var github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints.partitionRegexp

11 uses

	github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints (current package)
		endpoints.go#L89: var partitionRegexp = struct {
		endpoints.go#L137: 		RegionRegex:    partitionRegexp.Aws,
		endpoints.go#L578: 		RegionRegex:    partitionRegexp.AwsCn,
		endpoints.go#L619: 		RegionRegex:    partitionRegexp.AwsIso,
		endpoints.go#L651: 		RegionRegex:    partitionRegexp.AwsIsoB,
		endpoints.go#L691: 		RegionRegex:    partitionRegexp.AwsUsGov,
		endpoints.go#L853: 	case partitionRegexp.Aws.MatchString(region):
		endpoints.go#L856: 	case partitionRegexp.AwsCn.MatchString(region):
		endpoints.go#L859: 	case partitionRegexp.AwsIso.MatchString(region):
		endpoints.go#L862: 	case partitionRegexp.AwsIsoB.MatchString(region):
		endpoints.go#L865: 	case partitionRegexp.AwsUsGov.MatchString(region):